Int32NINumericInt32NRemainder Method

Computes the remainder after dividing the current value by the specified value.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int32N INumeric<Int32N>.Remainder(
	Int32N value
)

Parameters

value  Int32N
The value as the divisor.

Return Value

Int32N
The remainder after dividing the current value by value.

Implements

INumericTSelfRemainder(TSelf)

See Also